runtime.linearAlloc.init (method)

3 uses

	runtime (current package)
		malloc.go#L546: 			mheap_.heapArenaAlloc.init(meta, arenaMetaSize, true)
		malloc.go#L583: 				mheap_.arena.init(uintptr(a), size, false)
		malloc.go#L1570: func (l *linearAlloc) init(base, size uintptr, mapMemory bool) {